home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-06-28 | 1.3 KB | 52 lines |
- [SUBJECT]
- Description=Display a title page for predefined time interval
- ImageIndex=-1
- Folder=Tools
-
-
- [HEAD_TEXT]
- ;
- ;<!-- Cut-N-Paste JavaScript from ISN Toolbox
- ; Copyright 1996, Infohiway, Inc. Restricted use is hereby
- ; granted (commercial and personal OK) so long as this code
- ; is not *directly* sold and the copyright notice is buried
- ; somewhere deep in your HTML document. A link to our site
- ; http://www.infohiway.com is always appreciated of course,
- ; but is absolutely and positively not necessary. ;-) -->
- ;
- ;<script language="JavaScript">
- ;<!--
- ;// pause_time determines the length of pause after the page
- ;// is loaded until it transfers
- ;// 0 = 0 seconds
- ;// 5000 = 5 seconds
- ;// 10000 = 10 seconds
- ;pause_time = `timeout`;
- ;
- ;// transfer_location is either the relative or full URL
- ;// of the page to which you want it to transfer you
- ;transfer_location = "`URL`";
- ;
- ;function transfer() {
- ; if (document.images)
- ; setTimeout('location.replace("'+transfer_location+'");',pause_time);
- ; else
- ; setTimeout('location.href = transfer_location;',pause_time);
- ;}
- ;// -->
- ;</script>
-
-
- [BODY_TAG]
- ;onLoad="transfer()"
-
-
- [`timeout`]
- Kind=S
- Value=5000
-
- [`URL`]
- Kind=U
- Value=http://www.yahoo.com
-
-